projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3d4f6
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Fri, 12 Jul 2002 23:57:49 +0000
(23:57 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 12 Jul 2002 23:57:49 +0000
(23:57 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c9e7d3713d7109cb5e77d1f0dcfd40914fc93033..a3288513e3816f8839a53b9430e512c0e34ca4d2 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2002-07-13 Kim F. Storm <storm@cua.dk>
+
+ * progmodes/compile.el (grep-tree): Fixed autoload.
+ Corrected use of undefined variable `match-files-aliases'.
+
2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
* calendar/timeclock.el (timeclock-get-workday-function):
diff --git
a/src/ChangeLog
b/src/ChangeLog
index bcb06157d201c67cd23271d948faceb354a206f7..5486ef8bf756ead74ca0a1140abeeab472d84d5d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-07-13 Kim F. Storm <storm@cua.dk>
+
+ * keyboard.c (command_loop_1): Invert check on Vmemory_full.
+
2002-07-12 Richard M. Stallman <rms@gnu.org>
* fileio.c (Fwrite_region): Doc fix.